home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Agent Central Host Computer
/
Agent - Central Host Computer.iso
/
_SETUP.1
/
cscrash.sql
< prev
next >
Wrap
Text File
|
2000-05-12
|
679b
|
20 lines
/* RCSVER $Id: cscrash.sql,v 1.1 1999-02-25 15:04:58-06 randy CURRENT $ */
/* *************************************************************************
* Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
*
* Name: cscrash.sql
* Date: 02/23/1999
* memo: Randy Wood
* Description: Create the cscrash table.
* Changes:
************************************************************************* */
CREATE TABLE cscrash
(
det_seq_num NUMBER(38)
CONSTRAINT ref1_cscrash REFERENCES mstrrec(det_seq_num),
farebox_glid NUMBER(38),
conv_date DATE, /* Date for this record */
code VARCHAR2(6),
file_name VARCHAR2(13)
);